fashion recommendation system
Trend-Aware Fashion Recommendation with Visual Segmentation and Semantic Similarity
Djilani, Mohamed, Ousalah, Nassim Ali, Chenni, Nidhal Eddine
We introduce a trend-aware and visually-grounded fashion recommendation system that integrates deep visual representations, garment-aware segmentation, semantic category similarity and user behavior simulation. Our pipeline extracts focused visual embeddings by masking non-garment regions via semantic segmentation followed by feature extraction using pretrained CNN backbones (ResNet-50, DenseNet-121, VGG16). To simulate realistic shopping behavior, we generate synthetic purchase histories influenced by user-specific trendiness and item popularity. Recommendations are computed using a weighted scoring function that fuses visual similarity, semantic coherence and popularity alignment. Experiments on the DeepFashion dataset demonstrate consistent gender alignment and improved category relevance, with ResNet-50 achieving 64.95% category similarity and lowest popularity MAE. An ablation study confirms the complementary roles of visual and popularity cues. Our method provides a scalable framework for personalized fashion recommendations that balances individual style with emerging trends. Our implementation is available at https://github.com/meddjilani/FashionRecommender
Integrating Domain Knowledge into Large Language Models for Enhanced Fashion Recommendations
Fashion, deeply rooted in sociocultural dynamics, evolves as individuals emulate styles popularized by influencers and iconic figures. In the quest to replicate such refined tastes using artificial intelligence, traditional fashion ensemble methods have primarily used supervised learning to imitate the decisions of style icons, which falter when faced with distribution shifts, leading to style replication discrepancies triggered by slight variations in input. Meanwhile, large language models (LLMs) have become prominent across various sectors, recognized for their user-friendly interfaces, strong conversational skills, and advanced reasoning capabilities. To address these challenges, we introduce the Fashion Large Language Model (FLLM), which employs auto-prompt generation training strategies to enhance its capacity for delivering personalized fashion advice while retaining essential domain knowledge. Additionally, by integrating a retrieval augmentation technique during inference, the model can better adjust to individual preferences. Our results show that this approach surpasses existing models in accuracy, interpretability, and few-shot learning capabilities.
Fashion Product Recommendation System Using Resnet 50
Fashion is an ever-evolving industry that requires constant adaptation and innovation to stay relevant. One of the latest technological advancements in the industry is the use of deep learning algorithms for fashion recommendation systems. In this blog, we will explore how to use the ResNet50 model for building a fashion recommendation system. For this point of time, we create one streamlit webpage on localsystem to see the 10 recommended fashion product images which looks similar to query image. The ResNet50 is a deep convolutional neural network that was introduced by Microsoft Research in 2015.